home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / heapchk2 / heaptst.dfm / heaptst.txt
Encoding:
Text File  |  1995-12-22  |  1.3 KB  |  75 lines

  1. object Form1: TForm1
  2.   Left = 260
  3.   Top = 204
  4.   Width = 347
  5.   Height = 210
  6.   Caption = 'HeapTest'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 5
  17.     Top = 7
  18.     Width = 62
  19.     Height = 16
  20.     Caption = 'DumpFile'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 37
  25.     Width = 74
  26.     Height = 16
  27.     Caption = 'SearchPath'
  28.   end
  29.   object ButtonMakeError: TButton
  30.     Left = 69
  31.     Top = 103
  32.     Width = 201
  33.     Height = 33
  34.     Caption = 'Make HeapError'
  35.     TabOrder = 0
  36.     OnClick = ButtonMakeErrorClick
  37.   end
  38.   object ButtonShowError: TButton
  39.     Left = 69
  40.     Top = 140
  41.     Width = 201
  42.     Height = 33
  43.     Caption = 'Show HeapError'
  44.     TabOrder = 1
  45.     OnClick = ButtonShowErrorClick
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 92
  49.     Top = 3
  50.     Width = 240
  51.     Height = 24
  52.     TabOrder = 2
  53.     Text = 'DUMP.TXT'
  54.     OnChange = Edit1Change
  55.   end
  56.   object Edit2: TEdit
  57.     Left = 92
  58.     Top = 33
  59.     Width = 240
  60.     Height = 24
  61.     TabOrder = 3
  62.     Text = 'C:\DELPHI\SOURCE\VCL;'
  63.     OnChange = Edit2Change
  64.   end
  65.   object ButtonMakeInv: TButton
  66.     Left = 68
  67.     Top = 66
  68.     Width = 201
  69.     Height = 33
  70.     Caption = 'Make invisible error'
  71.     TabOrder = 4
  72.     OnClick = ButtonMakeInvClick
  73.   end
  74. end
  75.